home *** CD-ROM | disk | FTP | other *** search
/ Hráč 2004 June / Hrac_70_2004-06_dvd.iso / freeware / soft / Kaspersky Anti-Virus Personal / kav5.0.121_personalen.exe / Context.chm / document.css < prev   
Cascading Style Sheet File  |  2004-04-18  |  981b  |  67 lines

  1. /* Default style for links */
  2. a:active  { color: #0000CC}
  3. a:hover   { color: #CC0033}
  4. a:link    { color: #3366CC}
  5. a:visited { color: #9999CC}
  6.  
  7. /* Default style */
  8. body
  9. {
  10.   background-color: #FFFFFF;
  11. }
  12.  
  13. /* Use this style for footnote numbers */
  14. span.Footnote
  15. {
  16.   font-size: small;
  17.   vertical-align: super
  18. }
  19. /* Use this style for controlling spacing around the Related Topics button */
  20. p.HTMLHelpRelatedTopic
  21. {
  22. }
  23.  
  24. /* Used by TOC styles */
  25. ul.wpTOCLevel1
  26. {
  27.   list-style-type: none;
  28. }
  29. ul.wpTOCLevel2
  30. {
  31.   list-style-type: none;
  32. }
  33. ul.wpTOCLevel3
  34. {
  35.   list-style-type: none;
  36. }
  37. ul.wpTOCLevel4
  38. {
  39.   list-style-type: none;
  40. }
  41. ul.wpTOCLevel5
  42. {
  43.   list-style-type: none;
  44. }
  45.  
  46. /* Used by Index styles */
  47. ul.wpIndexLevel1
  48. {
  49.   list-style-type: none;
  50. }
  51. ul.wpIndexLevel2
  52. {
  53.   list-style-type: none;
  54. }
  55. ul.wpIndexLevel3
  56. {
  57.   list-style-type: none;
  58. }
  59. ul.wpIndexLevel4
  60. {
  61.   list-style-type: none;
  62. }
  63. ul.wpIndexLevel5
  64. {
  65.   list-style-type: none;
  66. }
  67.